runtime.atomicOffAddr.a (field)
8 uses
runtime (current package)
mranges.go#L174: a atomic.Int64
mranges.go#L181: old := b.a.Load()
mranges.go#L185: if b.a.CompareAndSwap(old, int64(minOffAddr.addr()-arenaBaseOffset)) {
mranges.go#L196: old := b.a.Load()
mranges.go#L200: if b.a.CompareAndSwap(old, new) {
mranges.go#L211: b.a.CompareAndSwap(-int64(markedAddr-arenaBaseOffset), int64(newAddr-arenaBaseOffset))
mranges.go#L217: b.a.Store(-int64(addr - arenaBaseOffset))
mranges.go#L223: v := b.a.Load()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |